home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TFORMCARACTERE / TFORMCARACTERE.txt
Text File  |  2003-09-02  |  2KB  |  108 lines

  1. object FormCaractere: TFormCaractere
  2.   Left = 318
  3.   Top = 124
  4.   BorderStyle = bsDialog
  5.   Caption = 'Table de caract'#232'res'
  6.   ClientHeight = 334
  7.   ClientWidth = 537
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Label1: TLabel
  22.     Left = 6
  23.     Top = 12
  24.     Width = 40
  25.     Height = 14
  26.     Caption = 'Polices :'
  27.   end
  28.   object FontName: TComboBox
  29.     Left = 48
  30.     Top = 6
  31.     Width = 401
  32.     Height = 22
  33.     Cursor = crHandPoint
  34.     Style = csOwnerDrawFixed
  35.     Ctl3D = False
  36.     DropDownCount = 12
  37.     ItemHeight = 16
  38.     ParentCtl3D = False
  39.     ParentShowHint = False
  40.     ShowHint = True
  41.     Sorted = True
  42.     TabOrder = 0
  43.     OnChange = FontNameChange
  44.   end
  45.   object GridCar: TStringGrid
  46.     Left = 6
  47.     Top = 33
  48.     Width = 444
  49.     Height = 290
  50.     Cursor = crHandPoint
  51.     ColCount = 20
  52.     Ctl3D = True
  53.     DefaultColWidth = 21
  54.     DefaultRowHeight = 21
  55.     FixedCols = 0
  56.     RowCount = 13
  57.     FixedRows = 0
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -13
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goThumbTracking]
  64.     ParentCtl3D = False
  65.     ParentFont = False
  66.     ScrollBars = ssNone
  67.     TabOrder = 1
  68.     OnClick = GridCarClick
  69.     OnDblClick = ButtonInsertClick
  70.   end
  71.   object ButtonInsert: TButton
  72.     Left = 456
  73.     Top = 33
  74.     Width = 75
  75.     Height = 22
  76.     Caption = '&Ins'#233'rer'
  77.     TabOrder = 2
  78.     OnClick = ButtonInsertClick
  79.   end
  80.   object ButtonClose: TButton
  81.     Left = 456
  82.     Top = 60
  83.     Width = 75
  84.     Height = 22
  85.     Cancel = True
  86.     Caption = '&Fermer'
  87.     ModalResult = 2
  88.     TabOrder = 3
  89.     OnClick = ButtonCloseClick
  90.   end
  91.   object PanelCar: TPanel
  92.     Left = 465
  93.     Top = 99
  94.     Width = 58
  95.     Height = 58
  96.     Cursor = crHandPoint
  97.     Color = clNavy
  98.     Font.Charset = DEFAULT_CHARSET
  99.     Font.Color = clWhite
  100.     Font.Height = -32
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     ParentFont = False
  104.     TabOrder = 4
  105.     OnDblClick = ButtonInsertClick
  106.   end
  107. end
  108.